// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package de.greenrobot.daobracelet; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.util.Log; // Referenced classes of package de.greenrobot.daobracelet: // DaoMaster public class ry extends ry { public void onUpgrade(SQLiteDatabase sqlitedatabase, int i, int j) { Log.i("greenDAO", (new StringBuilder()).append("Upgrading schema from version ").append(i).append(" to ").append(j).append(" by dropping all tables").toString()); DaoMaster.dropAllTables(sqlitedatabase, true); onCreate(sqlitedatabase); } public ry(Context context, String s, android.database.sqlite.tory tory) { super(context, s, tory); } }